body{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	Color: purple;
}

font{
	color: black;
	font-size: xx-small;
}

h1,h2,h3 {
	text-align: center;
}

p,h1,h2,h3 { 
	margin:0% 1% 1% 1%;
}

#leftcontent { 
	position: absolute;
	left:30px;
	top:180px;
	width:110px;
	background:blue;
	border:1px solid darkblue;
}

#bottomcontent { 
	position: absolute;
	top:530px;
	left: 385px;
}

#centercontent { 
	margin-top: 50px;
	margin-left:50px;
	margin-right:50px;
}

#banner { 
	background:lavender;
	text-align: center;
}

.box { 
	margin-left:20%;
	width: 500px; 
	padding: 5px; 
	background-color: silver; 
	color: blue; 
}
form { 
	border: 6px solid lightgrey; 
	padding: 5px; 
	background-color: silver; 
}

input { 
	background-color:  lightgrey; 
	color: blue; 
}

select { 
	background-color: darkgray; 
	color: blue; 
}

input.radio { 
	background-color: blue; 
}

textarea { 
	background-color: lightgrey; 
	color: blue;
}

.button { 
	font-size: 16px; 
	font-family: Lucida Calligraphy; 
	background-color: darkgray; 
	color: blue; 
}